home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Simpsons Cartoon Studio™ Demo / Simpdata / simpmain / 00043_right panel score script.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  242 b   |  11 lines

  1. on mouseDown
  2.   if the lastClick > 5 then
  3.     exit
  4.   end if
  5.   set whichSpr to the clickOn
  6.   set theMouseH to the mouseH
  7.   set theMouseV to the mouseV
  8.   hideFieldHiliterSpr(appMgr)
  9.   panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
  10. end
  11.